home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1250 / readme.txt < prev    next >
Encoding:
Text File  |  1997-04-08  |  17.0 KB  |  408 lines

  1. Visual DialogScript version 2.12 Release Notes                 9 April 1997
  2. ===========================================================================
  3.  
  4. Welcome to Visual DialogScript!
  5. -------------------------------
  6.  
  7. Thank you for trying Visual DialogScript, the simple program development
  8. tool for Microsoft Windows. Please take a few moments to read this file.
  9. It contains important information both for new users and upgraders from
  10. earlier versions of the product.
  11.  
  12. What is Visual DialogScript?
  13. ----------------------------
  14.  
  15. Visual DialogScript is a programming language and development environment
  16. that has been designed to enable you quickly to develop simple dialog-based
  17. programs or batch files for Windows 95 with the same ease as you might have
  18. written a batch file or a Basic program for DOS.
  19.  
  20. The DialogScript language is easy to learn and similar to, though much more
  21. powerful than, a batch language or macro language. Visual DialogScript also
  22. includes visual tools: a Dialog Editor for designing dialog boxes visually,
  23. and an Icon Editor for creating graphical icons for your programs.  There
  24. is also a Dialog Wizard which generates the code automatically from your
  25. visually designed dialog. Many useful DialogScript programs can be written
  26. in a matter of minutes!
  27.  
  28. If you are new to Visual DialogScript, try the short Tutorial, then take a
  29. few minutes to read through the User Guide section of the online manual.
  30. This explains how the program works and covers basic concepts of the
  31. DialogScript programming language. There are also several examples which
  32. you can try out by cutting the code from the help file, pasting it into the
  33. editor window, and running it.
  34.  
  35. System Requirements
  36. -------------------
  37.  
  38. Visual DialogScript 16-bit requires the following minimum system
  39. specification:
  40.  
  41.     - a 386SX PC with 4Mb RAM, VGA display and mouse;
  42.     - Windows 3.1.
  43.  
  44. Visual DialogScript 32-bit requires the following minimum system
  45. specification:
  46.  
  47.     - a 486 PC with 8Mb RAM, VGA display and mouse;
  48.     - Windows 95.
  49.  
  50. The same specifications apply to programs created with Visual
  51. DialogScript.
  52.  
  53. Note that the 32-bit version uses functions of the Windows 95 shell so
  54. it will not run satisfactorily under Windows NT 3.x.
  55.  
  56. Installation
  57. ------------
  58.  
  59. If you are an existing user upgrading to a new version, you can simply
  60. copy the contents of the ZIP archive to your current Visual DialogScript
  61. directory.
  62.  
  63. Some distributions are split into two with the online help and associated
  64. files in a separate archive for easier downloading over the Internet. If
  65. you are an existing user and already have the online help from the
  66. previous version then check the list of changes to see what new features
  67. have been added. If you haven't already done so, it may not be necessary
  68. to download the help files if the changes are minor, or only bug fixes.
  69.  
  70. New users should unzip the archive contents to a temporary directory
  71. (including the online help if downloaded separately.) Then run the program
  72. SETUP.EXE, which will copy the program files to the desired directory and
  73. create an entry in Program Manager or the Windows 95 Start Menu for the
  74. Visual DialogScript development environment.
  75.  
  76. You may want to move the runtime engine (DSRUN.EXE/DSRUN16.EXE) to the
  77. Windows System directory, or alternatively to add the location of your
  78. Visual DialogScript directory to your PATH statement. If you run
  79. non-integrated DialogScript executables from directories other than the one
  80. in which the runtime engine is located you will get the error message
  81. "Cannot run script" unless this is done.
  82.  
  83. Removing Visual DialogScript from your system
  84. ---------------------------------------------
  85.  
  86. Visual DialogScript adds files to no other directories than its own.  To
  87. remove it, simply delete all the files in the Visual DialogScript directory
  88. and then remove the directory.
  89.  
  90. The 32-bit version creates Registry entries under the Registry key
  91. HKEY_CURRENT_USER\Software\JMTech\DialogScript\2.0.
  92.  
  93. Registering Visual DialogScript
  94. -------------------------------
  95.  
  96. We hope you like Visual DialogScript and find it useful.  However, please
  97. be aware that Visual DialogScript is not free or public domain software.
  98. You are granted a licence giving limited rights to use the software.  The
  99. conditions of use are described in the Licence Agreement in the online
  100. help.
  101.  
  102. This version of Visual DialogScript is fully functional.  However, while it
  103. remains unregistered the software will display its startup screen for a
  104. longer interval, displaying a gentle reminder that the software is still
  105. unregistered.  Also, any EXE programs you create will upon termination
  106. display a message that they were created using an unregistered copy of the
  107. product.
  108.  
  109. Details of how to register, and what it will cost, will also be found
  110. in the online help.
  111.  
  112. Technical support
  113. -----------------
  114.  
  115. Free technical support is available by Internet email, only to registered
  116. users.  However, we will endeavour to answer any questions that may
  117. arise during your evaluation of the product.
  118.  
  119. Support is provided via Internet email at: support@jm-tech.com.
  120.  
  121. Please note that the free support does not extend to writing complete
  122. scripts.  We will be happy to quote for this service at our normal
  123. consultancy rates.
  124.  
  125. Multi-platform support
  126. ----------------------
  127.  
  128. The 32-bit version of Visual DialogScript can create both 32-bit and 16-bit
  129. executable files. DialogScript executables require the appropriate runtime
  130. engine DSRUN.EXE (32-bit) or DSRUN16.EXE (16-bit) or must be created as
  131. integrated executables with a copy of the runtime bound in. Either runtime
  132. is freely redistributable, without royalties, by registered users of the
  133. product.
  134.  
  135. The 16-bit runtime is not included in the 32-bit package, so you will not
  136. be able to run any 16-bit programs that you create with it. To obtain it we
  137. recommend that you download it from our World Wide Web site to ensure you
  138. have the latest version.
  139.  
  140. A common help file is used for both versions. Differences in capabilities
  141. between the two versions are (in general) highlighted where appropriate.
  142.  
  143. Note that the examples in the help file are for the 32-bit version. Most
  144. of the commands where they access the Registry will have to be converted
  145. to the corresponding INI file commands. This is normally a simple matter
  146. of substituting INIFILE for REGISTRY and @iniread for @regread, and
  147. deleting the default key. For other differences see below.
  148.  
  149. 16-bit limitations
  150. ------------------
  151.  
  152. There are some differences in the capabilities of the 16-bit and 32-bit
  153. versions. The main points to be aware of when writing 16-bit script
  154. programs are:
  155.  
  156. * Long filenames, and various options relating to them, are not supported.
  157.  
  158. * Registry support is limited, and does not allow named values to be used.
  159.  
  160. * You cannot obtain the exit code of DOS programs run from within a script.
  161.  
  162. * The maximum length of a variable or string list item, is 255 characters.
  163.  
  164. * Internal string handling buffers are also restricted to 255 characters in
  165.   length. Complex expressions may be truncated. Where this occurs, it may
  166.   be possible to avoid the problem by breaking the operation down into
  167.   smaller steps.
  168.  
  169. * The maximum length of most command parameters is 127 characters. In
  170.   some cases, to reduce memory usage, it may be less, where a parameter
  171.   would not be expected to be very long. This should not normally be a
  172.   problem.
  173.  
  174. * Task bar icons are not supported. The Dialog Editor allows you to define
  175.   them, but they will result in an error if used.
  176.  
  177. Known problems
  178. --------------
  179.  
  180. * When clicking and dragging dialog controls in the Dialog Editor the
  181.   control may lag behind the position of the mouse. The solution is to
  182.   click on the dialog control and pause briefly before dragging or
  183.   resizing the control.
  184.  
  185. * The presence of tab characters in a script can cause problems for the
  186.   interpreter. The IDE editor does not allow tab characters to be entered.
  187.   If a different editor is used to edit scripts then care should be taken
  188.   to avoid entering tab characters.
  189.  
  190. * In the 16-bit version there is a limit on the maximum size of a script
  191.   of 32K characters. This limit is imposed by the Windows memo control
  192.   used by the editor, which (like Windows Notepad) does not allow more
  193.   than 32K of text to be loaded into it. In the 32-bit version the maximum
  194.   size of script that the editor can handle is approximately 64K
  195.   characters. A solution is to use an external editor and then compile
  196.   scripts using the command line compiler.
  197.  
  198. * When copying example code from the online help, blank lines appear
  199.   between some of the lines which were not present in the listing. These
  200.   blank lines can cause an error if they appear in the middle of a dialog
  201.   definition or embedded text so they should be deleted after pasting the
  202.   text into the script editor.
  203.  
  204. * If you try to create an EXE file in a directory that does not exist,
  205.   VDS will hang. In practise this can only happen if the stored path from
  206.   the last time an EXE was created from that script is no longer valid.
  207.  
  208. * The Help menu options to connect to our Web site and to register online
  209.   will only work if your system is set up to automatically associate your
  210.   Web browser with an Internet URL.
  211.  
  212. Changes in version 2.12
  213. -----------------------
  214.  
  215. New features:
  216.  
  217. * Added error trapping capabilities. OPTION ERRORTRAP,<label> defines a
  218.   label to jump to if an error occurs, and the @ERROR function lets you
  219.   determine the error code, line number at which the error occurred and
  220.   the contents of the line.
  221.  
  222. * Added the floating point functions @FATN, @FCOS, @FSIN, @FSQT.
  223.  
  224. * Added the @BOTH function which returns a 'true' result only if both of
  225.   its arguments are true.
  226.  
  227. * Added the @SENDMSG function which enables a script program to send
  228.   Windows messages to other windows.
  229.  
  230. Changes:
  231.  
  232. * Increased the number of extension DLLs that can be used (ref: EXTERNAL
  233.   command) to 4.
  234.  
  235. * Fixed problem with message boxes and input boxes not appearing in front
  236.   of dialogs created with ONTOP dialog type.
  237.  
  238. * (16-bit) Changed the name of some of the accessory programs to avoid
  239.   conflict if it is installed into the same directory as the 32-bit
  240.   version.
  241.  
  242. Changes in version 2.11
  243. -----------------------
  244.  
  245. New features:
  246.  
  247. * Added command line compile option. This feature is provided to enable
  248.   those users who have developed scripts which have become too large for
  249.   the integrated editor to handle to compile them. It also lets you do
  250.   cool things like write scripts that output .dsc files which can then be
  251.   compiled into custom executables.
  252.  
  253.   To use the command line compiler you must execute the command:
  254.  
  255.     DS(16) /C script-file-path
  256.  
  257.   This will create a matching EXE in the same directory.
  258.  
  259.   Additional command line options are:
  260.  
  261.     /X exe-path    - specifies alternative path for EXE file
  262.  
  263.     /I icon-path   - specifies path of icon to use
  264.  
  265.     /INT           - specifies an integrated EXE to be created
  266.  
  267.     /16            - (32-bit only) creates a 16-bit executable
  268.  
  269.   DS.EXE returns an errorlevel of > 0 if the attempt to create an EXE
  270.   fails. DS16.EXE gives no indication of failure as a 16-bit Windows
  271.   program cannot pass an errorlevel value, so it is advisable to delete
  272.   the EXE, if it exists, before running the command line compile, and
  273.   then test for its existence on completion.
  274.  
  275. Changes:
  276.  
  277. * Fixed bug causing assignments of strings terminating with a space to be
  278.   null.
  279. * Improved the behavior of the Dialog Editor.
  280. * (16-bit) Fixed bug that caused dialogs to have no minimize button.
  281. * (16-bit) Fixed bug in @VOLINFO with flag N.
  282.  
  283. Changes in version 2.10
  284. -----------------------
  285.  
  286. New features:
  287.  
  288. * Included a Tip of the Day at start-up to inform users of tips and
  289.   featurees.
  290. * Made improvements to the editor include a user-definable tab interval
  291.   and a Smart Enter that starts a new line on the same column as the line
  292.   above.
  293. * The IDE can now optionally create integrated EXE files with the
  294.   run-time engine bound in.
  295. * (16-bit) Included a help contents browser with similar functionality to
  296.   that included with Windows 95.
  297. * Added @NUMERIC function to test whether a string is a valid number.
  298. * Added @HEX function and support for hexadecimal arithmetic (hex numbers
  299.   must be prefixed by a $ character.)
  300. * Added @ESC function to generate an Escape character (equivalent to
  301.   @CHR(27)).
  302. * Added @MSGBOX function which enables you to use the full range of
  303.   Windows message box types.
  304. * Added new window information functions @WINTEXT, @WINCLASS, @WINATPOINT.
  305. * Added WINDOW SETTEXT command to set the text of a window control.
  306. * Added WINDOW CLICK and WINDOW RCLICK commands to simulate mouse clicks on
  307.   a specified window.
  308. * Added DLGTYPE NOSYS and NOMIN to hide the system menu and minimize
  309.   button.
  310. * Added CLICK events for CHECK, COMBO, LIST and RADIO dialog elements
  311.   so an event can be triggered by making a selection.
  312. * Added EXIT events for COMBO and EDIT dialog elements so an event can be
  313.   triggered on leaving the control.
  314. * Added LIST LOADTEXT command to allow text embedded in a script to be
  315.   loaded into a string list.
  316. * Added WINHELP command to enable the Windows help system to be used by a
  317.   DialogScript program.
  318. * Added STOP command (unconditional halt, even within GOSUB).
  319. * Implemented extension interface. An additional command and function can
  320.   be added by means of a specially-written DLL.
  321.  
  322. Changes:
  323.  
  324. * Updated the Window Spy to give more information relating to the enhanced
  325.   window functions, such as the mouse position.
  326. * Programs now search their own directory as well as the current directory
  327.   for files without a full path name that are loaded from a script.
  328. * Increased the number of string lists allowed from 4 to 9.
  329. * The @CLICK function now accepts an argument of flags B, R, X, Y returning
  330.   multiple values which can be separated using PARSE. The previous format
  331.   is still accepted.
  332. * Enhanced the @WINEXISTS function to detect the existence of child
  333.   windows.
  334. * Enhanced the @SUM function so it can now sum an unlimited list of
  335.   arguments.
  336. * Fixed problem with @NEXT leaving OK unchanged rather than setting it to
  337.   True.
  338. * Fixed the problem with DIALOG CLOSE destroying the dialog before the
  339.   script finishes when run in the debugger.
  340. * Fixed the problem with trailing spaces on a command line causing
  341.   inconsistent behavior between debugger and run-time.
  342. * Fixed the problem affecting users of some European keyboards in which
  343.   characters generated by pressing the right-hand shift key were not sent
  344.   correctly by Window Send.
  345. * (16-bit) Fixed problems affecting commands and functions that access the
  346.   Registry.
  347. * (16-bit) LIST COPY and LIST PASTE now no longer restricted to a maximum
  348.   255 characters of text.
  349. * (16-bit) Fixed problem with Dialog Editor help not appearing when
  350.   running under Windows 3.1.
  351. * Fixed several problems with Icon Editor, such as Undo not working.
  352. * Fixed some bugs in the Dialog Editor.
  353. * Dialog Wizard now generates code for all events used by the dialog
  354.   without the need to manually refresh the dialog before exiting.
  355. * Improved the error checking and added additional error messages.
  356.  
  357. Changes in version 2.05
  358. -----------------------
  359.  
  360. Changes:
  361.  
  362. * (16-bit) Fixed bug affecting Alt-keys in WINDOW SEND.
  363. * Fixed bug in @NAME function (returned null if no period in filename.)
  364. * Fixed some problems with dialog editor.
  365.  
  366. Changes in version 2.04
  367. -----------------------
  368.  
  369. Changes:
  370.  
  371. * (16-bit) Fixed bug which made RUNM, RUNZ, RUNH all have the same effect
  372.   as RUN.
  373.  
  374. Changes in version 2.03
  375. -----------------------
  376.  
  377. New features:
  378.  
  379. * The OPTION PRIORITY command lets you set the priority level of your
  380.   programs.  (32-bit only)
  381. * The OPTION SKDELAYcommand lets you add a delay between characters sent
  382.   using the WINDOW SEND command.
  383. * The RUN and SHELL commands have an extra optional priority level
  384.   parameter.  (32-bit only)
  385. * In the REGISTRY command and the @REGREAD function you can now use the
  386.   STATS root key to access the Windows performance statistics under
  387.   Registry key HKEY_DYN_DATA.  (32-bit only)
  388.  
  389. Changes:
  390.  
  391. * Fixed problem with 32-bit Dialog Editor which caused incorrect wrapping
  392.   of dialog elements when inserting to the editor.
  393. * Fixed bug in Dialog Editor whereby value field clears when value of
  394.   RADIO dialog element is changed.
  395. * Fixed bug in Dialog Editor that caused default style names to always be
  396.   STYLE1.
  397. * Fixed bug in 16-bit runtime that caused first command line parameter
  398.   passed to an EXE program to be lost.
  399. * Fixed problem that caused 'Unable to run EXE' or 'Sharing violation'
  400.   messages on some systems.
  401. * Default INI file handling has been changed to use DS16.INI instead of
  402.   DEFAULT.INI for compatibility with the 16-bit version.
  403.  
  404. ===========================================================================
  405. J M Technical Services, 11a Cedar Lane, Cockermouth, Cumbria, CA13 9HN, UK.
  406.  
  407.         Find us on the World Wide Web at: http://www.jm-tech.com/
  408.